header.index {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0);
    border-bottom: solid 0.01rem rgba(255, 255, 255, 0.3);
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.01));
    color: #FFF;
}

scrollbutton {
    display: flex;
    flex-flow: column;
    position: fixed;
    top: 50%;
    right: 5vh;
    z-index: 9;
    transform: translateY(-50%);
    justify-content: center;
    align-items: center;
}

scrollbutton>a {
    display: block;
    flex: 0 0 auto;
    display: block;
    position: relative;
    width: 2.777778vh;
    height: 2.777778vh;
}

scrollbutton>a[rel]:after {
    content: "";
    background-color: #FFF;
    display: block;
    width: 0.3vh;
    height: 0.3vh;
    border-radius: 100%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    transition: all 0.5s;
    position: absolute;
}

scrollbutton>a[rel]:before {
    content: "";
    border: solid 0.1vh #FFF;
    display: block;
    width: 0.1vh;
    height: 0.1vh;
    border-radius: 100%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    transition: all 0.5s;
    position: absolute;
}

scrollbutton>a[rel].current:before {
    width: 2.777778vh;
    height: 2.777778vh;
}


scrollbutton[rel='3']>a[rel]::before {
    border: solid 0.1vh #a3a3a3;
    background-color: rgba(0, 0, 0, 0.05);
}


scrollbutton[rel='3']>a[rel]::after {
    background-color: #a3a3a3;
}

scrollwraper {
    width: 100vw;
    height: 100vh;
    overflow-y: auto;
    scroll-behavior: smooth;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: block;
    scrollbar-width: none !important;
    -ms-overflow-style: none;
}

scrollwraper::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
    display: none !important;
}

scrollpage {
    height: 100vh;
    width: 100%;
    box-sizing: border-box;
    display: block;
    position: relative;
    scroll-margin: 0px;
    overflow: hidden;
}

scrollpage>swiper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: radial-gradient(#ccc, #333);
    transform: translateX(-100%);
    z-index: 1;
    transition: transform 0.5s ease-in-out;
}

scrollpage>swiper.current {
    transform: translateX(0%);
    z-index: 3;
    transition: transform 0.5s ease-in-out;
}

scrollpage>swiper.next {
    transform: translateX(100%);
    transition: none;
}

scrollpage>swiper.prev {
    transform: translateX(-100%);
    z-index: 2;
}

swipebutton {
    position: absolute;
    left: 10vh;
    right: 10vh;
    bottom: 1vh;
    z-index: 9;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
}



header.index .menu:before {
    background-image: url(./images/common/menuw.png);
}

header.index[rel='1'] .menu:before,
header.index[rel='3'] .menu:before {
    background-image: url(./images/common/menu.png);
}

header.index>div.logo {
    background-image: url(./images/common/logo.png);
}

header.index[rel='1']>div.logo,
header.index[rel='3']>div.logo {
    background-image: url(./images/common/logon.png);
}

header[rel='1']>div,
header[rel='3']>div {
    color: #333;
}

.screen01 swipebutton a {
    flex: 1 1 auto;
    margin: 0.24rem;
    padding: 0.05rem;
    transition: all 0.5s;
    max-width: 20vh;
    position: relative;
}

.screen01 swipebutton a:after {
    content: "";
    height: 0.02rem;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    background-color: rgba(240, 255, 255, 0.5);
}

.screen01 swipebutton a:before {
    content: "";
    height: 0.02rem;
    width: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 3;
    transform: translate(-50%, -50%);
    transition: width 0.5s;
}

.screen01 swipebutton a.current:before {
    height: 0.03rem;
    background-color: #ffff00;
    width: 100%;
}

.floatLevel {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

.floatLevel .level {
    position: absolute;
    top: 50%;
    width: 102%;
    left: 50%;
    height: 102%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    pointer-events: none;
    transition: transform 0.3s linear;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.screen01 .floatLevel.p01 .level01 {
    background-image: url(./images/index/1_1/back1_1.jpg);
}

.screen01 .floatLevel.p01 .level03:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 100%;
    left: 50%;
    height: 100%;
    z-index: 1;
    background-image: url(./images/index/1_1/back1_2.png);
    background-size: cover;
    background-position: center center;
    transform: translate(-50%, -50%) scale(1, 1);
    animation: glore 4s infinite ease-in-out;
}

.screen01 .floatLevel.p01 .level02 {
    background-image: url(./images/index/1_1/back1_3.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: auto 80%;
}

.screen01 .floatLevel.p01 .level04::before {
    content: "";
    position: absolute;
    top: 30%;
    left: 20%;
    width: 24.3518vh;
    height: 23.7037vh;
    background-image: url(./images/index/1_1/triangle.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 0;
}

.screen01 .floatLevel.p01 .level03 .cube {
    width: 32.2222vh;
    height: 27.963vh;
    background-image: url(./images/index/1_1/cube0.png);
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 5;
    transform: translate(-50%, -50%);
}

.screen01 .floatLevel.p01 .level03 .cube:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    background-image: url(./images/index/1_1/cube2.png);
    background-size: 100% 100%;
    background-position: center center;
}

.screen01 .floatLevel.p02 .level01 {
    background-image: url(./images/index/1_2/background.jpg);
}

.screen01 .floatLevel.p02 .level02 {
    background-image: url(./images/index/1_2/level2.png);
    background-size: auto 65%;
    background-repeat: no-repeat;
    background-position: center 75%;
}

.screen01 .floatLevel.p02 .level03 {
    background-image: url(./images/index/1_2/level3.png);
    background-size: auto 38%;
    background-repeat: no-repeat;
    background-position: center 65%;
}

.screen01 .floatLevel.p03 .level01 {
    background-image: url(./images/index/1_3/background.jpg);
}

.screen01 .floatLevel.p03 .level02 {
    background-image: url(./images/index/1_3/level1.png);
    background-size: auto 66.48%;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.screen01 .floatLevel.p03 .level03 {
    background-image: url(./images/index/1_3/level2.png);
    background-size: auto 5.93%;
    background-repeat: no-repeat;
    background-position: center 85%;
}

@keyframes dememdroll {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    50% {
        transform: translate(-50%, -50%) rotate(180deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes dememdroll_revers {
    0% {
        transform: translate(-50%, -50%) rotate(360deg);
    }

    50% {
        transform: translate(-50%, -50%) rotate(180deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
}

.screen01 .floatLevel.p01 .level03 .cube i {
    content: "";
    position: absolute;
    top: calc(50% - 0.65vh);
    left: calc(50% - 0.65vh);
    z-index: 1;
    width: 100%;
    height: 100%;
    animation: dememdroll 8s linear infinite;
    transform-origin: calc(50% + 0.65vh) calc(50% + 0.65vh);
}

.screen01 .floatLevel.p01 .level03 .cube i:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-image: url(./images/index/1_1/cube1.png);
    background-size: 100% 100%;
    background-position: center center;
    transform: translate(-50%, -50%);
    animation: dememdroll_revers 8s linear infinite;
}

.screen02 .floatLevel.p01 .level01 {
    background-image: url(./images/index/2_1/background.jpg);
}

.screen02 .floatLevel.p01 .level02 {
    background-image: url(./images/index/2_1/level2.png);
    background-size: auto 80%;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.screen02 .floatLevel.p01 .level03:before {
    content: "";
    position: absolute;
    width: 45vh;
    height: 30vh;
    top: 33%;
    right: 46vh;
    background-image: url(./images/index/2_1/level3.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
}

.textBox {
    position: absolute;
    top: 24%;
    left: 6vh;
    right: 6vh;
    bottom: 0;
    z-index: 9;
    padding-top: 0;
    pointer-events: none;
    color: rgba(240, 255, 255, 0.75);
}


.textBox h1 {
    font-size: 5.5vh;
    line-height: 160%;
    text-align: center;
    margin: 0;
    font-weight: normal;
    margin-bottom: 3vh;
}

.textBox p {
    font-size: 2.4vh;
    line-height: 160%;
    text-align: center;
    margin: 0;
}

@media (max-width: 600px) {
    .textBox h1 {
        font-size: 4.2vh;
    }

    .textBox p {
        font-size: 1.6vh;
    }
}


.p2content {
    position: absolute;
    left: 11%;
    top: 24%;
    overflow: visible;
}


.p2content h1 {
    font-size: 4.8vh;
    line-height: 120%;
    margin: 0;
    position: relative;
    font-weight: normal;
    /* white-space: nowrap; */
    margin-bottom: 6vh;
    overflow: visible;
    margin-bottom: 0.48rem;
}

.p2content h1:before {
    content: "";
    background-image: url(./images/index/hot.png);
    width: 10vh;
    height: 2.6vh;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    bottom: 120%;
}

.p2content>a {
    font-size: 1.8vh;
    display: block;
    text-align: center;
    width: 12em;
    height: 2.2em;
    line-height: 2.2em;
    flex: 0 0 auto;
    border: solid 0.01rem rgba(255, 255, 255, 0.5);
    box-shadow: 0 0.06rem 0.06rem rgba(17, 45, 90, 0.1);
    backdrop-filter: blur(5px);
    transition: background-color 0.3s;
    background-color: rgba(255, 255, 255, 0.15);
    margin-top: 0.36rem;
}

.p2content>a:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

.p2content h2 {
    /* font-size: 1.8vh; */
    margin: 0;
    font-weight: normal;
    margin-bottom: 2vh;
    display: flex;
    flex-flow: row;
    align-items: flex-start;
}

.p2content h2 span {
    font-size: 2.0vh;
    line-height: 140%;
    flex: 1 1 auto;
}

.p2content h2:before {
    content: "";
    flex: 0 0 auto;
    width: 1vh;
    height: 1vh;
    display: inline-block;
    margin-right: 0.1rem;
    background-color: #9e9e9e;
    margin-top: 1vh;
}


.screen02 swipebutton {
    position: absolute;
    z-index: 98;
    left: 9%;
    right: 9%;
    bottom: 8%;
}

@media (max-width: 600px) {
    .p2content {
        left: 8vmin;
        right: 8vmin;
        top: 20%;
    }

    .screen02 swipebutton {
        left: 6.5vmin;
        right: 6.5vmin;
    }
}

.screen02 swipebutton>a {
    font-size: 2vh;
    flex: 1 1 auto;
    text-align: center;
    margin: 0.08rem;
    padding: 0.08rem;
    border: solid 0.01rem rgba(240, 255, 255, 0.5);
    backdrop-filter: blur(5px) brightness(108%);
    box-shadow: 0 0.06rem 0.06rem rgba(17, 45, 90, 0.1);
    transition: all 0.3s;
}

.screen02 swipebutton>a:hover {
    border: solid 0.01rem rgba(240, 255, 255, 0.8);
    backdrop-filter: blur(5px) brightness(130%);
}

.screen02 swipebutton>a.current {
    color: #FFF;
    backdrop-filter: blur(5px) brightness(60%);
}

.screen02 .p02 {
    background-image: url(./images/index/2P-2back.jpg);
    background-size: cover;
    background-position: center center;
}

.transformText>* {
    transform: translateY(20vh);
    opacity: 0;
    transition: transform 1.5s ease-out, opacity 0.2s ease-in-out;
}

scrollpage.current>swiper.current .transformText>* {
    transition: transform 0.5s ease-out, opacity 1.2s ease-in-out;
}

scrollpage.current>swiper.current .transformText>*:nth-child(1) {
    transition-delay: 0.2s;
}

scrollpage.current>swiper.current .transformText>*:nth-child(2) {
    transition-delay: 0.25s;
}

scrollpage.current>swiper.current .transformText>*:nth-child(3) {
    transition-delay: 0.4s;
}

scrollpage.current>swiper.current .transformText>*:nth-child(4) {
    transition-delay: 0.45s;
}

scrollpage.current>swiper.current .transformText>*:nth-child(5) {
    transition-delay: 0.5s;
}

scrollpage.current>swiper.current .transformText>*:nth-child(6) {
    transition-delay: 0.55s;
}

scrollpage.current>swiper.current .transformText>*:nth-child(7) {
    transition-delay: 0.6s;
}

scrollpage.current>swiper.current .transformText>*:nth-child(8) {
    transition-delay: 0.65s;
}

scrollpage.current>swiper.current .transformText>* {
    transform: translateY(0%);
    opacity: 1;
}

.screen03 .level01 {
    background-image: url(./images/index/3_1/background.jpg);
}


.textBlocks {
    position: absolute;
    right: 5%;
    width: 65%;
    min-width: 70vw;
    top: 20%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    overflow: hidden;
}

.textBlocks>div {
    flex: 0 0 auto;
    /* margin-top: 0.48rem; */
}

.textBlocks>h1 {
    font-size: 5.4vh;
    font-weight: normal;
    margin: 0;
    line-height: 120%;
    color: #FFF;
    opacity: 0.7;
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 5vh;
    margin-left: 0.2rem;
    margin-right: 0.2rem;
    /* margin-right: 6vh; */
}



.textBlocks>h1>span {
    flex: 1 1 auto;
}

.textBlocks>h1>a {
    flex: 0 0 auto;
    background-color: rgba(255, 255, 255, 0.05);
    border: solid 0.01rem rgba(255, 255, 255, 0.1);
    box-shadow: 0 0.06rem 0.06rem rgba(0, 46, 40, 0.1);
    backdrop-filter: blur(5px);
    font-size: 1.6vh;
    display: block;
    text-align: center;
    width: 12em;
    height: 2.4em;
    line-height: 2.4em;
    transition: background-color 0.3s;
    margin-top: 1.6vh;
}

.textBlocks>h1>a:hover {
    background-color: rgba(255, 255, 255, 0.12);
}

.textBlocks .textBlock {
    flex: 1 1 auto;
    width: 40vh;
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 0.01rem rgba(255, 255, 255, 0.2);
    box-shadow: 0 0.06rem 0.06rem rgba(0, 46, 40, 0.8);
    backdrop-filter: blur(5px);
    padding: 2.4vh;
    overflow: visible;
    position: relative;
    transition: all 0.3s;

    margin: 0.2rem;
    margin-bottom: 0.08rem;
    padding-bottom: 1vh;
    min-height: 20vmin;
    max-height: 60vmin;
    color: rgba(240, 255, 255, 0.75);
}

.textBlocks .textBlock:hover {
    transform: translate(5px, 5px);
    background-color: rgba(240, 255, 255, 0.2);
    box-shadow: 0 0.06rem 0.2rem rgba(0, 46, 40, 0.8);
}

.textBlocks .textBlock h1 {
    font-size: 2.8vh;
    line-height: 160%;
    margin: 0;
    margin-bottom: 0.1rem;
    color: rgba(255, 255, 255, 0.8);
    font-weight: normal;
}

.textBlocks .textBlock:hover p,
.textBlocks .textBlock:hover h1 {
    color: #ffffff;
}


.textBlocks .textBlock p {
    font-size: 1.5vh;
    line-height: 160%;
    color: rgba(255, 255, 255, 0.75);
    opacity: 0.7;
    margin: 0;
    /* margin-top: 1.2vh;
    margin-bottom: 1.2vh; */
}

.textBlocks .textBlock>ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    margin-left: -0.08rem;
    margin-right: -0.08rem;
    margin-top: 0.2rem;
}

.textBlocks .textBlock li {
    flex: 0 0 auto;
    background-color: rgba(0, 0, 0, 0.8);
    font-size: 1.5vh;
    line-height: 2vh;
    width: 30%;
    height: 13vmin;
    margin: 1.2%;
    border: solid 0.01rem rgba(240, 255, 250, 0.2);
    position: relative;
    overflow: hidden;
}

.textBlocks .textBlock li picture {
    display: block;
    position: absolute;
    z-index: 1;
    object-fit: cover;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    z-index: 9;
    transform: translate(-50%, -50%) scale(1, 1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.65;
    transition: all 0.5s;
}
.textBlocks .textBlock li picture img {
    width:100%;
    height:100%;
}

.textBlocks .textBlock li:hover picture {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.2, 1.2);
}


/* .textBlocks .textBlock li:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    z-index:9;
    transform: translate(-50%, -50%) scale(1, 1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.65;
    transition: all 0.5s;
} */


/* .textBlocks .textBlock li:hover:before {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.2, 1.2);
} */

@media (max-width: 600px) {
    .textBlocks {
        left: 1vw;
        right: 1vw;
        top: 11vh;
        width: auto;
        min-width: auto;
    }

    .textBlocks>h1 {
        font-size: 4vh;
        margin-bottom: 1vh;
    }

    .textBlocks .textBlock li {
        height: 13vmin;
    }

    .textBlocks .textBlock:hover {
        transform: none;
    }

    .current .p2content {
        padding: 0.16rem;
        padding-top: 0.2rem;
        background-color: rgba(255, 255, 255, 0.015);
        backdrop-filter: blur(5px) brightness(110%);
        height: 50vh;
    }

    .p2content h1 {
        font-size: 4.2vh;
    }
}

.textBlocks .textBlock li.kfj:before {
    background-image: url(./images/index/kfj.jpg);
}

.textBlocks .textBlock li.sbj:before {
    background-image: url(./images/index/sbj.jpg);
}

.textBlocks .textBlock li.wjj:before {
    background-image: url(./images/index/wjj.jpg);
}

.textBlocks .textBlock li.ryj:before {
    background-image: url(./images/index/ryj.jpg);
}

.textBlocks .textBlock li.ncj:before {
    background-image: url(./images/index/kfncj.jpg);
}

.textBlocks .textBlock li.ccj:before {
    background-image: url(./images/index/ccj.jpg);
}


.textBlocks .textBlock li.lz:before {
    background-image: url(./images/index/lz.jpg);
}

.textBlocks .textBlock li.lz2:before {
    background-image: url(./images/index/lz2.jpg);
}


.textBlocks .textBlock li.fxld:before {
    background-image: url(./images/index/fxld.jpg);
}

.textBlocks .textBlock li.kfh:before {
    background-image: url(./images/index/kfh.jpg);
}

.textBlocks .textBlock li.bwp:before {
    background-image: url(./images/index/bwp.jpg);
}


.textBlocks .textBlock li>p {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 1.2vh;
    line-height: 160%;
    padding: 0.04rem;
    text-align: center;
    transition: all 0.5s;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
}

.textBlocks .textBlock li:hover>p {
    background-color: rgba(0, 0, 0, 0.9);
    color: rgba(255, 255, 255, 1);
    font-size: 2vh;
}

.screen07 {
    background-image: linear-gradient(to bottom, #FFF, #FFF 7.77778vh, rgba(0, 0, 0, 0.1) 7.77778vh, #FFF calc(7.77778vh + 0.12rem));
    background-color: #FFF;
}

.newsWraper {
    margin-top: 8vh;
    overflow: auto;
    display: flex;
    flex-flow: row;
    align-items: center;
}

.newsList h2 {
    font-size: 3.2vh;
    line-height: 140%;
    font-weight: normal;
    border-bottom: solid 1px #e3e3e3;
    padding-bottom: 1vh;
    margin: 0;
    margin-bottom: 2vh;
    flex: 0 0 auto
}

.newsList {
    margin-left: 8.98vmin;
    margin-right: 8.98vmin;
    position: relative;
    overflow: hidden;
    width: 55vmin;
    height: 42vh;
    flex: 1 1 auto;
}

.newsList ul {
    width: 100%;
    overflow: auto;
    margin-top: auto;
    margin-bottom: auto;
    /* height: 40vh; */
}

.newsList li {
    font-size: 1.8vh;
    line-height: 160%;
    padding: 1.0vh;
    box-sizing: border-box;
    position: relative;
}

.newsList li:before {
    content: "";
    width: 0.03rem;
    background-color: #0095da;
    left: 0;
    top: 1.4vh;
    height: 2vh;
    display: block;
    position: absolute;
}

.newsList li span {
    display: block;
    font-size: 1.5vh;
    line-height: 160%;
    margin-top: 0.2vh;
    /* margin-bottom: 0.8vh; */
    color: #65696f;
}

.newsList li p {
    line-height: 2.4vh;
    overflow: hidden;
    max-lines: 2;
    line-clamp: 2;
    margin: 0;
}


.pagerWraper {
    border-top: solid 1px #e3e3e3;
    font-size: 1.8vh;
    padding-top: 0.08rem;
    text-align: right;
}

img {
    user-select: none;
    pointer-events: none;
}

.map {
    width: 45vw;
    height: 42vmin;
    background-image: url(./images/index/map.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 8vmin;
    margin-right: 8vmin;
    flex: 1 1 auto;
    min-width: 310px;
    position: relative;
}

.map:before {
    content: "公司位置";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.2);
    border-bottom: solid 1px #FFF;
    backdrop-filter: blur(5px);
    font-size: 1.6vh;
    text-align: center;
    color: #333;
    line-height: 160%;
    padding: 0.04rem;
}

@media (max-width:600px) {
    .newsWraper {
        display: flex;
        flex-flow: column;
        align-items: stretch;
    }

    .newsList {
        margin-top: 3.2vh;
        width: auto;
        margin-left: 8vw;
        margin-right: 8vw;
        margin-bottom: 2vh;
    }

    .newsList h2 {
        font-size: 2vh;
    }

    .map {
        width: auto;
        margin-left: 8vw;
        margin-right: 8vw;
        margin-bottom: 2vh;
    }
}